home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / sound / 8svxtoxxx / 8svxtoxxx.readme < prev    next >
Text File  |  1999-06-14  |  4KB  |  129 lines

  1. About 8SVXtoXXX v1.1m by Deniil 715!
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. This program was made in 1999-05-08.
  4.  
  5.  
  6. Intro:
  7. ~~~~~~
  8. The is a sample-converter which can convert mono and stereo
  9. IFF-8SVX samples to:
  10.  
  11. * IFF-8SVX     - mono/stereo
  12. * RAW          - mono/stereo, 8/16 bit, motorola/intel, signed
  13. * Audio IFF    - mono/stereo, 8/12/16 bit
  14. * RIFF-WAVE    - mono/stereo, 8/12/16 bit, PCM
  15. * RIFX-WAVE    - as RIFF but in motorola-format, rarely used
  16. * Creative VOC - mono/stereo  8/12/16 bit, PCM, v1.20
  17.  
  18. It can also resample the samples in a couple of ways:
  19.  
  20. * Not at all
  21. * Half the frequency
  22. * Double the frequency
  23. * resample to 11025 Hz
  24. * resample to 16000 Hz
  25. * resample to 22050 Hz
  26. * resample to 32000 Hz
  27. * resample to 44100 Hz
  28. * resample to 48000 Hz
  29.  
  30. This can be done in high quality or not!
  31.  
  32.  
  33. Disclaimer
  34. ~~~~~~~~~~
  35. I will not be held responsible for any damage that this
  36. program might do to your system.
  37.  
  38.  
  39. Some notes..:
  40. ~~~~~~~~~~~~~
  41. This program uses MUI as interface.
  42.  
  43. This program is made in Amiga-E with the resample- and save-routines
  44. in optimized assembler, this increases the speed for like 3 times!
  45.  
  46. I don't know if the RIFX-WAVE (motorola-version of RIFF-WAVE) is
  47. saved right because I have no program that can read it.. :(
  48. However, the other formats has been tested with AudioMaster IV,
  49. Play16 v1.6 and MusicInPPC mpeg-encoder.
  50.  
  51. If you resample a file which frequency is less than 1% from
  52. the original it wouldn't be resampled, just labled with the
  53. new frequency!
  54.  
  55. Ex. ReSample "bla.iff" which is saved in 31960 Hz from f.ex Audiomaster
  56.     to 32000Hz will not resample the file just label it 32000Hz.
  57.  
  58.  
  59. Usage:
  60. ~~~~~~
  61. The program has a GUI with a numeros of gadgets:
  62.  
  63. `InputFile:'  - This is where you specify the IFF-file to convert.
  64.  
  65. `OutputFile:' - This is the resulting file.
  66.  
  67. `Asl'         - Theese buttons brings up file-requesters to pick files.
  68.  
  69. `ReSample:'   - Here you can set if you want to resample the inputfile.
  70.  
  71. `HiQ'         - If resampling should be done in high quality.
  72.  
  73. `SaveFormat:' - Here you select which file-format you want you
  74.                 OutputFile to be in.
  75.  
  76. `i'           - This is to get some info about the selected saveformat.
  77.  
  78. `Bits:'       - The bit-resolution of the OutputFile.
  79.  
  80. `Mono/Stereo' - Select if you want to save in mono or stereo.
  81.                 Note that if you convert a stereo-file to mono the
  82.                 left channel will be used!
  83.  
  84. `ByteOrder:'  - This toggles if you want to save in Motorola (MSB first)
  85.                 or Intel (LSB first).
  86.                 Note that if you save a WAV in motorola it will be an
  87.                 RIFX-WAVE file which is rarely used, use intel instead!
  88.  
  89. `Un/Signed'   - If the output should be in signed or unsigned in
  90.                 the RAW format.
  91.  
  92. `Use list'    - This toggle if you want to use a filelist instead of
  93.                 converting single files.
  94.                 Note that if you're using a list, the OutputFile will
  95.                 contain the destination-directory for all files!
  96.  
  97. `List'        - Brings you to the file-list.
  98.  
  99. `Abort'       - Used to abort an operation.
  100.  
  101. `Convert'     - This will execute whatever you have setup the program
  102.                 to do.
  103.  
  104. `About'       - Shows some info about the program.
  105.  
  106. `Quit'        - Ends the program.
  107.  
  108.  
  109. Requirements:
  110. ~~~~~~~~~~~~~
  111. OS v37
  112. MUI  v3.x                 - I'm not really sure actually.. ;·)
  113. Asl.library v37           - Only required when using file-requenster
  114. MathIEEEDoubTrans.library - Only required when saving in AIFF.
  115.  
  116. A couple of 100kb of memory..
  117.  
  118.  
  119. Author:
  120. ~~~~~~~
  121. You can reach me at: deniil@algonet.se
  122.  
  123. You can also browse in on OnyxSoft homepage at:
  124.  www.alfaskop.net/~onyxsoft/
  125.  
  126. or my homepage at:
  127.  www.algonet.se/~deniil/
  128.  
  129.